home *** CD-ROM | disk | FTP | other *** search
/ Night Sky Interactive / Night Sky Interactive.iso / mac / Data / Astro.DIR / 00064.ls < prev    next >
Encoding:
Text File  |  1994-12-17  |  206 b   |  13 lines

  1. on mouseDown
  2.   puppetSprite(3, 1)
  3.   set the castNum of sprite 3 to 221
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   puppetSprite(3, 0)
  9.   set the castNum of sprite 3 to 211
  10.   updateStage()
  11.   go("TOC", "Night.DIR")
  12. end
  13.